nealdxmhost
Verified User
While searching for corrupt php files on one of the servers I came across this after the scan went into an infinite loop
/home/some_user/public_html/wp-content/themes/twentyeleven/Indishell
Then I attempted to do this and got the following and needless to say I thought better of it.
Thank goodness it spit out the warning it did. But needless to say something is not right with this particular user account and maybe the server.
A little bit of checking on Google shows this is some kind of hack from a group based in India
Any advice, thought, ideas...??????????
/home/some_user/public_html/wp-content/themes/twentyeleven/Indishell
Code:
[root@da603 Indishell]# pwd
/home/some_user/public_html/wp-content/themes/twentyeleven/Indishell
[root@da603 Indishell]# ^C
[root@da603 Indishell]# ls -l
total 0
lrwxrwxrwx. 1 some_user some_user 1 Jul 20 2014 root -> /
[root@da603 Indishell]#
Then I attempted to do this and got the following and needless to say I thought better of it.
Code:
[root@da603 Indishell]# rm -fr root/
rm: it is dangerous to operate recursively on `root' (same as `/')
rm: use --no-preserve-root to override this failsafe
Thank goodness it spit out the warning it did. But needless to say something is not right with this particular user account and maybe the server.
A little bit of checking on Google shows this is some kind of hack from a group based in India
Any advice, thought, ideas...??????????