+ Reply to Thread (include dating software, release, and patch number!)
Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20

Thread: PT security scanner test

  1. #11
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default

    One way or the other, the biggest problem with security is weak passwords. You could have the best security system in the world but a weak password will still bring you down. You yourself could periodically run some brute force or dictionary attacts (dictionary first). That way you can find who's members passwords were easily hacked and request that they change them.
    -Lodlock

  2. #12
    mark
    Guest

    Post CODE FIXED (Sanitized) for admin/userlog.php and admin/adminlog.php

    CODE FIXED for admin/userlog.php and admin/adminlog.php
    ============================================

    IN admin/userlog.php and admin/adminlog.php look for this LINE :
    ---------------------------------------------------------

    echo $p_arr[Action];


    REPLACE it with this :
    ---------------------------------------------------------

    echo htmlentities($p_arr[Action]);

  3. #13
    ijk
    ijk is offline

    Join Date
    Apr 2005
    Posts
    340

    Default fix

    hi
    Cannot find the line below in adminlog.php

    IN admin/userlog.php and admin/adminlog.php look for this LINE :
    ---------------------------------------------------------

    echo $p_arr[Action];
    The nearest match is below is that the one which needs to be changed.
    Code:
    <td align=center><? echo $p_arr[IP]?></td>
    	<td align=center><? echo $p_arr[action]?></td>
    AE Version 4.0 IQ

  4. #14
    mark
    Guest

    Default Correction -- CODE FIXED for admin/userlog.php and admin/adminlog.php

    I should say PHRASE not LINE sorry

    Just look for this : echo $p_arr[action];

    Replace it with : echo htmlentities($p_arr[Action]);

    The nearest match is below is that the one which needs to be changed.
    Code:
    <td align=center><? echo $p_arr[IP]?></td>
    <td align=center><? echo $p_arr[action]?></td>

  5. #15
    ijk
    ijk is offline

    Join Date
    Apr 2005
    Posts
    340

    Default no echo $p_arr[action]; in adminlog.php

    have done it in userlog.php but speaking here of adminlog.php

    The is no

    echo $p_arr[action];


    we have echo $p_arr[action]

    but no

    echo $p_arr[action];


    so which line have you found it on

    thanks
    Last edited by ijk; 10-25-2006 at 01:51 PM.
    AE Version 4.0 IQ

  6. #16
    mark
    Guest

    Post Maybe your copy of adminlog.php has no ";" semi colon after echo $p_arr[action]

    I think this :
    $p_arr[action]

    is same with :
    $p_arr[action];


    Maybe your copy of adminlog.php has no ";" semi colon after echo $p_arr[action]


    Its ok to replace :
    $p_arr[action]

    With this :
    htmlentities($p_arr[action])

  7. #17
    Ranks
    Guest

    Default

    Quote Originally Posted by lodlock
    You yourself could periodically run some brute force or dictionary attacts (dictionary first). That way you can find who's members passwords were easily hacked and request that they change them.
    Please I can't follow you here. dictionary attacts and how do I do that? Do I need a special software?

    Thanks in advance

  8. #18
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default

    Quote Originally Posted by Ranks
    Please I can't follow you here. dictionary attacts and how do I do that? Do I need a special software?
    Take a look here. Here's a brief explanation and a few programs: http://en.wikipedia.org/wiki/Dictionary_attack
    -Lodlock

  9. #19
    flofou
    Guest

    Default

    IN admin/userlog.php and admin/adminlog.php look for this LINE :
    Hello,

    I cant find adminlog.php or userlog.php in the admin folder
    I am using aedating 4.1.0004
    Where to modificate my script then?

    Thank you

  10. #20
    ijk
    ijk is offline

    Join Date
    Apr 2005
    Posts
    340

    Default Commerical mods

    Look in the commerical mods section.
    Userlog it is called
    Last edited by Smoge; 11-08-2006 at 10:14 AM.
    AE Version 4.0 IQ

+ Reply to Thread (include dating software, release, and patch number!)
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. goolag scanner
    By skyrider in forum Security / Server Administration
    Replies: 0
    Last Post: 02-25-2008, 08:23 PM
  2. How to view test website from another pc?
    By poeticg in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 01-15-2008, 09:05 AM
  3. Test Clean 6.0.1
    By Smoge in forum Dolphin CLEAN 6.0.1 Discussion
    Replies: 24
    Last Post: 10-15-2007, 09:55 AM
  4. test site
    By gvpm in forum Bugs Dolphin 6.00 Alpha / Beta / RC
    Replies: 2
    Last Post: 09-17-2007, 05:47 AM
  5. test
    By Smoge in forum Free Mod Exchange
    Replies: 0
    Last Post: 04-13-2007, 06:36 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts