Advertisement
autson slideshow with viruses??
Moderators: pe7er, General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
-
- Joomla! Apprentice
- Posts: 6
- Joined: Fri Feb 11, 2011 1:15 am
autson slideshow with viruses??
I'm using the slideshow module autson and avast with your updates are accusing that has virus trojan, have passed other antivirus on the server that does not acknowledge this virus.
Anyone know what can be done?
Att..
Marcos
Anyone know what can be done?
Att..
Marcos
Advertisement
-
- Joomla! Enthusiast
- Posts: 195
- Joined: Mon Dec 17, 2012 12:42 am
- Location: Bolívar, Venezuela
Re: autson slideshow with viruses??
I once used this module and indeed had a warning regarding to malicious code in my website.
I investigated about autson slideshow and found out there is a backdoor in its core code, however, you can easily remove it.
I don't remember where is this peace of code (actually i belive it's 1-3 lines) exactly located, but try to search for the string http in autson slideshow's php files, you'll find it.
I investigated about autson slideshow and found out there is a backdoor in its core code, however, you can easily remove it.
I don't remember where is this peace of code (actually i belive it's 1-3 lines) exactly located, but try to search for the string http in autson slideshow's php files, you'll find it.
Need assistance? HTML / CSS / JS services https://www.freelancer.com/u/Torricelli.html
-
- Joomla! Apprentice
- Posts: 6
- Joined: Fri Feb 11, 2011 1:15 am
Re: autson slideshow with viruses??
eduardoescdel wrote:I once used this module and indeed had a warning regarding to malicious code in my website.
I investigated about autson slideshow and found out there is a backdoor in its core code, however, you can easily remove it.
I don't remember where is this peace of code (actually i belive it's 1-3 lines) exactly located, but try to search for the string http in autson slideshow's php files, you'll find it.
Thanks, but I did not find the string you entered.
- brian
- Joomla! Master
- Posts: 12813
- Joined: Fri Aug 12, 2005 7:19 am
- Location: Leeds, UK
- Contact:
Re: autson slideshow with viruses??
the autson slideshow is VERY nasty as depending on the version it will include nasty code from a remote site dynamically into your web site.
Uninstall it IMMEDIATELY there are many great replacements available.
Uninstall it IMMEDIATELY there are many great replacements available.
"Exploited yesterday... Hacked tomorrow"
Blog http://brian.teeman.net/
Joomla Hidden Secrets http://hiddenjoomlasecrets.com/
Blog http://brian.teeman.net/
Joomla Hidden Secrets http://hiddenjoomlasecrets.com/
-
- Joomla! Apprentice
- Posts: 6
- Joined: Fri Feb 11, 2011 1:15 am
Re: autson slideshow with viruses??
brian wrote:the autson slideshow is VERY nasty as depending on the version it will include nasty code from a remote site dynamically into your web site.
Uninstall it IMMEDIATELY there are many great replacements available.
which you can show me another module;
-
- Joomla! Intern
- Posts: 52
- Joined: Wed Jul 08, 2009 11:55 am
Re: autson slideshow with viruses??
I also had Avast give me a warning about it. The culprit is a piece of code in Autson Slideshow that references dotnetnuke. My good friend John posted this video on [youtube] that should help you remove the malicious code; if at all you do not want to switch to another extension:
http://youtu.be/i1A5AoNSNGI
Hope that helps!
http://youtu.be/i1A5AoNSNGI
Hope that helps!
-
- Joomla! Fledgling
- Posts: 1
- Joined: Wed Dec 04, 2013 6:50 pm
Re: autson slideshow with viruses??
Hi, i found the damn piece of code around the line 563 in the default.php file
/modules/mod_AutsonSlideShow/tmpl/default.php
Hope it helps someone.
/modules/mod_AutsonSlideShow/tmpl/default.php
Hope it helps someone.
-
- Joomla! Fledgling
- Posts: 2
- Joined: Sun Jan 22, 2012 1:28 pm
Re: autson slideshow with viruses??
That helped me VERY MUCH ! Cheers.
It's the script starting on that line. It looks like they wrap the malicious code in charcode in an array and then call it a couple of lines down.
Delete the script and it passes avast test and still functions.
It's the script starting on that line. It looks like they wrap the malicious code in charcode in an array and then call it a couple of lines down.
Delete the script and it passes avast test and still functions.
-
- Joomla! Apprentice
- Posts: 6
- Joined: Sun Aug 10, 2008 8:46 pm
Re: autson slideshow with viruses??
Thank you for your solution to this! Two years after this post and looks like they *just* activated it on my site! For others with this issue, find: "function dnnViewState()" -- find this script and delete the whole thing. Everything works great again. I deleted lines 567 to 583, in my case. Obviously, my virus protection would not let me edit the file in my computer, but I could edit it using the cPanel's file manager (edit function).
Look for the file in /modules/mod_AutsonSlideShow/tmpl/default.php
Look for the file in /modules/mod_AutsonSlideShow/tmpl/default.php
Advertisement