Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 37

Thread: Hacker trap script

  1. #21
    Handsome is offline Senior Member Handsome is on a distinguished road
    Join Date
    Jul 2008
    Location
    Multan/Pakistan
    Posts
    190

    Default

    very thanks bagi thanks for sharing

  2. #22
    pulseraiser is offline Junior Member pulseraiser is on a distinguished road
    Join Date
    May 2009
    Posts
    20

    Default Plz explain

    if(strstr($ua, 'msnbot') || stristr($ua, 'Googlebot') || stristr($ua, 'Yahoo! Slurp')){

    I am not very familiar with PHP but what i understand is strstr is a validating method
    tell me is this method a primitive one or one has to write it? Or is there any web service
    offering this method?

    And since you talking about hacking is CROSS SITE SCRIPTING by default is blocked by a PHP server
    or do we have to write a script for checking that too.

    Any ways i have not tested your scripts but its nice to see people talking about this things.

  3. #23
    Join Date
    Jul 2008
    Location
    Lodnon, England
    Posts
    79

    Default

    Quote Originally Posted by pulseraiser View Post
    And since you talking about hacking is CROSS SITE SCRIPTING by default is blocked by a PHP server or do we have to write a script for checking that too.
    that's really naive. PHP have done SOME fixes to do with XSS, for instance, error_reporting now escapes <script> </script> and the browser does not evaluate it (previously it had been possible to trigger a PHP error and have it repost the data, including any XSS vector).

    as a rule of thumb, never trust any data from $_REQUEST insofar as printing on screen is concerned.

  4. #24
    rafealnales is offline Junior Member rafealnales is on a distinguished road
    Join Date
    Jun 2010
    Posts
    6

    Default

    well thats nice i loved it

  5. #25
    Join Date
    Jul 2008
    Location
    Lodnon, England
    Posts
    79

  6. #26
    mikesohan is offline Junior Member mikesohan is on a distinguished road
    Join Date
    Jun 2010
    Posts
    8

    Default

    awesome buddy thanks for sharing

  7. #27
    akibills is offline Junior Member akibills is on a distinguished road
    Join Date
    Jun 2010
    Posts
    5

    Default

    thanks for the informations

  8. #28
    yaneparser is offline Junior Member yaneparser is on a distinguished road
    Join Date
    Jun 2010
    Posts
    7

    Default

    hmm thats nice. i liked ur post. do keep on posting thanks

  9. #29
    janeparker is offline Junior Member janeparker is on a distinguished road
    Join Date
    Jun 2010
    Posts
    7

    Default

    well whats this about?

  10. #30
    jameskinder is offline Junior Member jameskinder is on a distinguished road
    Join Date
    Jun 2010
    Posts
    5

    Default

    well i didnt have any informations about security. anyway thanks for that.

+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Thread Information

Users Browsing this Thread

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

     

Bookmarks

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

Search Engine Friendly URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124