Results 1 to 3 of 3

Thread: GSLFbot?

Hybrid View

  1. #1

    Question GSLFbot?

    I've seen this bot hit lots of pages on my server consuming alot of CPU, can anyone let me know what is its main purpose, and where it comes from?

  2. #2
    Join Date
    Oct 2002
    Location
    Tel-Aviv, Israel
    Posts
    436
    it's a spam bot.

    You can block it with mod_security:
    SecRule HTTP_User-Agent "GSLFbot" "deny,log,status:403"

    or rewrite rule:
    RewriteCond %{HTTP_USER_AGENT} ^GSLFbot
    RewriteRule ^.* - [F,L]
    Uadm.com - Unix Administration, Security and Support.
    http://www.uadm.com
    "Unix is user friendly; it's just picky about who its friends are."

  3. #3
    ok, thanks.

Posting Permissions

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