Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:04 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:28 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:01 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:03 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:01 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 16-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:05 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:04 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:05 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:04 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:04 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:09 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:03 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 17-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:31:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:21 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:04 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:04 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:04 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:04 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:04 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:04 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:03 on 18-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:05 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:06 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:01 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:04 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:04 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:05 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:04 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:04 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:04 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:04 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:01 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:03 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 19-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:01 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:06 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:05 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:04 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:01 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:01 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:03 on 20-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:20 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:05 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:05 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:05 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:05 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:42:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:52:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:42:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:22:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:03 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:04 on 21-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:04 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:06 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:04 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:04 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:04 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:04 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:16 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:08 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:04 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:04 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:03 on 22-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:05 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:20 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:06 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:05 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:05 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:05 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:06 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:04 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:03 on 23-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:20 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:04 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:14 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:04 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:04 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:04 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:04 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:04 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:04 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:03 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 24-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:04 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:04 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:21 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:04 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:04 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:04 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:01 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:04 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:03 on 25-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:01 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:05 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:05 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:06 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:07 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:06 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:06 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:02:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:11:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:52:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:12:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:22:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:12 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:04 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:03 on 26-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:20 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:05 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:06 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:04 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:03 on 27-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:21 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:06 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:05 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:12:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:22:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:32:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:42:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:52:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:02:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:12:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:22:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:32:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:42:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:52:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:02:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:12:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:22:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:32:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:42:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:52:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:02:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:12:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:22:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:32:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:42:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:52:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:02:05 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:12:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:22:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:32:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:42:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:52:07 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:02:05 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:12:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:22:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:32:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:42:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:52:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:02:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:05 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:05 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:05 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:05 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:08 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:11 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:04 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:03 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 28-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:05 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:05 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:07 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:04 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:06 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:05 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:05 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:04 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:11 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:04 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:13 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:05 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:04 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:04 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:04 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:03 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 29-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:06 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:05 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:01:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:52:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:02:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:05 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:04 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:41:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:11:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:21:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:03 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 30-Jun-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:02:03 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:03 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:04 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:03 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:02 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:04 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:03 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:02 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:03 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:03 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:07 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:42:04 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:52:02 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:02:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:11:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:07 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:07 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:08 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:08 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:08 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:07 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:05 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:06 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:07 on 01-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:08 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:06 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:07 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:05 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:13 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:32:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:42:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:52:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:02:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:12:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:22:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:32:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:42:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:52:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:02:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:12:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:22:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:32:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:42:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:52:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:02:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:12:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:22:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:32:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:42:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:52:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:02:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:12:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:22:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:32:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:42:04 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:52:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:02:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:12:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:22:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:32:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:42:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:52:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:02:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:12:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:22:02 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:32:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:42:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:52:03 on 02-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:02:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:12:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:22:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:32:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:42:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:52:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:02:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:12:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:22:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:32:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:42:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:52:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:02:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:12:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:22:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:32:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:42:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:52:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:02:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:12:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:22:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:32:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:42:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:52:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:02:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:12:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:22:05 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:32:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:42:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:52:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:02:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:12:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:22:05 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:32:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:42:05 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:52:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:02:06 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:12:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:22:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:32:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:42:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:52:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:02:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:12:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:22:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:32:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:20:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:30:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:05 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:05 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:07 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:30:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:05 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:20:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:40:05 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:50:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:00:06 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:20:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:40:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
19:50:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:00:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:20:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:30:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:40:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
20:50:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:00:04 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:20:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
21:50:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:00:14 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:10:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:20:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:30:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:40:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
22:50:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:00:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:10:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:20:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:30:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:40:03 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
23:50:02 on 03-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:00:03 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:10:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:20:03 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:30:03 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:40:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
00:50:03 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:00:18 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:10:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
Line has gotten long. But we cant issue BR because .txp
         files are not parsed for HTML. So leave $put as is andissue a full log line
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:20:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:30:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:40:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
01:50:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:00:03 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:10:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:20:03 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:30:20 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
02:50:20 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:00:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:10:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:20:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
03:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:00:08 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:20:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
04:50:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:00:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:10:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:20:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
05:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:00:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:20:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:40:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
06:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:00:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:10:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:20:12 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:40:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
07:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:00:08 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:20:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:30:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
08:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:00:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:10:09 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:20:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:30:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
09:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:00:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:20:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:30:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
10:50:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:00:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:20:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:40:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
11:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:00:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:20:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:40:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
12:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:00:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:20:07 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:30:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:40:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
13:50:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:00:07 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:22:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:32:03 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:40:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
14:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:00:08 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:10:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:20:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:30:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:42:02 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
15:50:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:00:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:10:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:20:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:30:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:40:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
16:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:00:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:10:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:20:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:31:06 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:40:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
17:50:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
Check File Sizes

Check File Sizes

Originally a similar routine to this was run via /home/bcra/cron/demo/sh as

#!/bin/bash

# 06-July-11, based on /cron/ demo at mrsl-research.com
# run some crude tests to see if any files have been hacked

cd /home/bcra/public_html
grep -r -l -i 'CharCode'  *.html *.php >  /home/bcra/cron/greplog.txp
grep -r -l -i 'ParseInt'  *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'eval('     *.html *.php >> /home/bcra/cron/greplog.txp
grep -r -l -i 'qwer1234'  *.html *.php >> /home/bcra/cron/greplog.txp

# use php to send email containing size of greplog.txp and of BCRA web site index.html
php /home/bcra/cron/demo.php      > /home/bcra/cron/demo_php_log.txp

echo "grep has been run to assemble a log for /home/bcra/cron/greplog.txp"

In this new version, we do not bother to GREP the files, we just look to see if some sizes have changed.

PHP reports here...

/home/bcra/public_html/index.html exists and has size 20698
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )
http://caves.org.uk/index.html?norewrite exists and has size 1085
http://site2.caves.org.uk/index.html exists and has size 2193
http://shop.caves.org.uk/index.html?norewrite exists and has size 709
http://sandbox.caves.org.uk/wellhouse/index.html could not be fetched from remote addressArray ( [type] => 2 [message] => file_get_contents(http://sandbox.caves.org.uk/wellhouse/index.html): failed to open stream: Connection timed out [file] => /home/bcra/public_html/data/cron/ping_file_sizes.php [line] => 119 )

finished
18:00:05 on 04-Jul-2024	no_change	cron=yes, bcra=20698, wellhouse=Xfetch, caves=1085, site2=2193, shop=709, sandbox=Xfetch
The log file will have a no-change character appended. That is, override $put with a dot
The no-change char will be a /, to mark the hour