Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29762

Re: One of my joomla webpages has been hacked. Please help.

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.035
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'parsing': 0.07; 'python': 0.09; 'sep': 0.09; 'charset:iso-8859-7': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'code,': 0.18; 'received:209.85.214.174': 0.21; 'simpler': 0.22; 'example': 0.23; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'probably': 0.29; 'basic': 0.30; 'code': 0.31; 'event.': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'subject:Please': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'easier': 0.38; 'some': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'subject:One': 0.65; 'subject:. ': 0.66; 'cms': 0.66; 'life': 0.66
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=TaWeO2c5xV2NIlFru3AdrUMFtM1BvLRgcpzEqbRpWEA=; b=KCmeAp+4RagdzYQosWeiJXx5VPY7IBJYBaKzZ29HUwPF0CTqAqh0dPI1t/sCR9Rdvp IhsBRad/YsH9t2mYeyYnyYPmhgvJfmUSQv5u7lLZyxFyztZkoWOgn6hVolTKn08QIifw 0iCNUC7QI3/BUiA7ShRZQTwvsZvnat5ckIRuOxgXlUalBREqPAP8ogGNVWrTWkc7Sr2u cHUeHh0sJkKBqDlBlrjkzTJhXLR8XHqPLi1eX+JzBSkUFtMDgtr7/KcPxiVnPPWPyY+Y Wb7zy77O3oDx74HN9VZLuluoIxLyZR9ltbUBk84NeCgybKyc1kXcyHBKvR+IURBGwTRo D9oA==
MIME-Version 1.0
In-Reply-To <73e59160-13b4-48c0-899f-53fc7517b21a@googlegroups.com>
References <079f4b21-93f4-450b-9112-21b2faa19ed3@googlegroups.com> <mailman.1067.1348298764.27098.python-list@python.org> <f711efa2-7f6a-4fa2-a58e-b1b2a6db1e08@googlegroups.com> <mailman.1072.1348308839.27098.python-list@python.org> <505db890$0$29981$c3e8da3$5496439d@news.astraweb.com> <b47ece86-8051-4ffd-a701-51bdeebbabe5@googlegroups.com> <mailman.1081.1348325861.27098.python-list@python.org> <73e59160-13b4-48c0-899f-53fc7517b21a@googlegroups.com>
Date Sun, 23 Sep 2012 04:17:20 +1000
Subject Re: One of my joomla webpages has been hacked. Please help.
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-7
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1087.1348337849.27098.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348337849 news.xs4all.nl 6862 [2001:888:2000:d::a6]:50217
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29762

Show key headers only | View raw


On Sun, Sep 23, 2012 at 4:13 AM, Νίκος Γκρεεκ <nikos.gr33k@gmail.com> wrote:
> Is there a way to somehow embed(or utilize) python code, for example my python counter code script you have seen last week inside my Joomla/WordPress cms sites?

You probably could. But I reiterate, you're going about things all
backwards. Keep things way WAY simpler and just do some basic parsing
of your web logs after the event. Life is so much easier that way.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-21 11:45 -0700
  Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-22 11:34 +1000
  Re: One of my joomla webpages has been hacked. Please help. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:42 +0000
    Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-22 11:48 +1000
    Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 00:13 -0700
      Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-22 18:07 +1000
        Re: One of my joomla webpages has been hacked. Please help. Alister <alister.ware@ntlworld.com> - 2012-09-22 11:10 +0000
  Re: One of my joomla webpages has been hacked. Please help. Peter Otten <__peter__@web.de> - 2012-09-22 09:26 +0200
    Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 01:02 -0700
      Re: One of my joomla webpages has been hacked. Please help. Kev Dwyer <kevin.p.dwyer@gmail.com> - 2012-09-22 11:13 +0100
        Re: One of my joomla webpages has been hacked. Please help. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 13:09 +0000
          Re: One of my joomla webpages has been hacked. Please help. Alister <alister.ware@ntlworld.com> - 2012-09-22 13:29 +0000
          Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 07:44 -0700
            Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 00:57 +1000
              Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 11:13 -0700
                Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 04:17 +1000
                Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 19:52 -0700
                Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 12:55 +1000
                Re: One of my joomla webpages has been hacked. Please help. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-23 04:06 +0000
                Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-23 00:48 -0400
                Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 22:19 -0700
                Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-23 01:28 -0400
                Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 22:19 -0700
                Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 14:56 +1000
                Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-23 01:18 -0400
                Re: One of my joomla webpages has been hacked. Please help. Chris Angelico <rosuav@gmail.com> - 2012-09-23 15:38 +1000
                Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 23:54 -0700
                RE: One of my joomla webpages has been hacked. Please help. "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-09-27 17:06 +0000
                Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 23:54 -0700
                Re: One of my joomla webpages has been hacked. Please help. Wayne Werner <wayne@waynewerner.com> - 2012-09-26 20:06 -0500
                Re: One of my joomla webpages has been hacked. Please help. Emile van Sebille <emile@fenx.com> - 2012-09-26 18:33 -0700
                Re: One of my joomla webpages has been hacked. Please help. MRAB <python@mrabarnett.plus.com> - 2012-09-27 03:02 +0100
                Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 19:52 -0700
                Re: One of my joomla webpages has been hacked. Please help. Wayne Werner <wayne@waynewerner.com> - 2012-09-26 20:03 -0500
              Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 11:13 -0700
            Re: One of my joomla webpages has been hacked. Please help. Ben Finney <ben+python@benfinney.id.au> - 2012-09-23 01:21 +1000
    Re: One of my joomla webpages has been hacked. Please help. Νίκος Γκρεεκ <nikos.gr33k@gmail.com> - 2012-09-22 01:02 -0700
  Re: One of my joomla webpages has been hacked. Please help. Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-22 04:59 -0400
  Re: One of my joomla webpages has been hacked. Please help. alex23 <wuwei23@gmail.com> - 2012-09-23 19:53 -0700

csiph-web